'宣言 Public Overloads Function Contains( _ ByVal index As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int index )
パラメータ
- index
- The zero-based index of the item to locate.
戻り値の型
True if the item is found in the collection; otherwise, false.